home *** CD-ROM | disk | FTP | other *** search
- 201
- @X0A
- @X05 Total Users : @X07
- @X05 Total Long Distance: @X07
- 5
- name @X0D 3
- city @X08 30
- areacode @X0D 60
- numul @X08 70
- numdl @X08 75
-
-
- /****************************************************************************
-
- Line 1: Default area code if user didn't enter one for their data phone
- Line 2: Color for area code if not default (meaning, it's long distance)
- Line 3: string: "Total Users:"
- Line 4: string: "Total Long Distance Users:"
- Line 5: Number of attributes to show
- All lines thereafter in this format:
-
- attribute color column_to_be_printed
-
- Valid attributes Description
- ---------------- ---------------------------------------------------
- name user's name/handle (first name field)
- security user's security level
- city user's city (usually a user note)
- areacode user's areacode (derived from data phone number)
- numul number of files uploaded by user
- numdl number of files downloaded by user
- bdl bytes downloaded by user
- bul bytes uploaded by user
- lastdate last date user called
- lasttime last time user called
- numon number of times user has called
-
- The color is your basic PCB color codes. The column_to_be_printed refers
- to the column on the current line of where to print the information. Each
- attribute must be in order or else things will mess up. If at any time,
- you go past the 79th column, any attribute specified after that will simply
- not be printed.
-
- You *MUST* have all three attributes listed. Any more or any less will
- simply cause the attribute to be skipped.
-
- ****************************************************************************/
-
-